Management API

Base Resource URL:

     https://[server-name]/api/v01/resellers/[reseller-code]/merchant-entity

Description:

Represents a Merchant entity that is associated with the reseller for the purpose of transaction processing.

Supported Actions:

attach  
Method:  POST       Implicit:  Yes       Returns:  ServiceResponse      
Consumes:  json, xml  Produces:  json, xml 
 
Attaches reseller to a merchant. A single reseller can be associated with a single merchant.

Parameters:
# Name Type Required Default Description
01 code Integer Yes Identifier of a merchant that is going to be attached to the specified reseller.


detach  
Method:  DELETE       Implicit:  Yes       Returns:  ServiceResponse      
Consumes:  xurl  Produces:  json, xml 
 
Detaches reseller from a merchant.


load  
Method:  GET       Implicit:  Yes       Returns:  Merchant *      
Consumes:  xurl  Produces:  json, xml 
 
Loads reseller associated with the merchant.